home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / qvtnet23.arc / QVT_TCP.RC < prev    next >
Text File  |  1991-11-05  |  10KB  |  181 lines

  1. #=============================================================================
  2. #
  3. # Sample config file for WinQVT/Net
  4. # The '#' character begins a comment
  5. # Note that lines with no value to the right of the equal sign
  6. # are commented out, except for those that are mandatory.
  7. #
  8. # Section One: Global Configuration
  9. #
  10. # No matter how many configurations you define, these settings
  11. # are only done once!
  12. #
  13. #=============================================================================
  14. #
  15. #       Network Information
  16. #
  17. #=============================================================================
  18. pc_ip=                          # your PC's IP address (mandatory)
  19.                                 # you can use the keyword 'RARP' if your network
  20.                                 # supports Reverse ARP
  21. #my_name                        # your PC's network node name
  22.                                 # mandatory if you are going to use 'lpr'
  23.                                 # optional otherwise
  24. netmask=255.255.255.0           # subnetting mask
  25. arptime=8                       # arp timeout in seconds
  26. #domain=                         # default domain for lookup (optional).
  27.                                  # this should be a host name
  28.                                  # if the name contains periods, enclose it in double quotes ("")
  29. #domaintime=                     # timeout for domain lookup, in seconds (optional)
  30. #domainretry=                    # number of retries for domain lookup (optional)
  31. packet_vector=                  # packet driver interrupt vector (hex, with NO leading '0x'); mandatory
  32. packet_class=0                  # 0 for Ethernet, 6 for SLIP
  33. #=============================================================================
  34. #
  35. #       Keyboard Information
  36. #
  37. #=============================================================================
  38. kb_type=enhanced                # keyboard type: 'enhanced' or 'lk250'
  39. keypad=DEC                      # use DEC or IBM mapping for 'edit' keys
  40.                                 # (optional; default is DEC)
  41. nl_lock=lock                    # num-lock key locked or unlocked
  42. #keymap=                        # file containing key redefinitions
  43. #=============================================================================
  44. #
  45. #       Printer Information
  46. #
  47. #=============================================================================
  48. printer=LPT1                    # the printer port to use for transparent printing
  49. #printer_init=                  # printer initialization string (optional)
  50. #=============================================================================
  51. #
  52. #       Console Information
  53. #
  54. #=============================================================================
  55. console_forecolor=white         # console window text color
  56. console_backcolor=black         # console window background color
  57. #auto_start=                    # list of configs to start at load time
  58.                                 # there can up to 5, separated by commas
  59. #=============================================================================
  60. #
  61. #       Background Servers
  62. #
  63. #=============================================================================
  64. ftp_server=off                  # background FTP server: on or off
  65. rcp_server=off                  # background rcp server: on or off
  66. #passfile=                       # the name of the password file for use by the FTP server
  67.                                  # use a fully-qualified DOS pathname
  68. #ftp_logfile=                    # the name of the FTP logfile
  69.                                  # use a fully-qualified DOS pathname
  70. #anonftp_dir=                    # the directory to which anonymous FTP users are restricted
  71. #=============================================================================
  72. #
  73. #       News Reader Setup
  74. #
  75. #=============================================================================
  76. #nntp_host=                     # name of NNTP server, if available
  77.                                 # use a configuration name, host name, or IP address
  78.                                 # if the name contains periods, enclose it in double quotes ("")
  79. nntp_font=system                # font to use in News window: 'system' or 'ansi' (optional)
  80. nntp_forecolor=black            # color for news text display
  81. nntp_backcolor=white            # color for news window background
  82. nntp_winpos=10,10               # initial position of news window (x,y)
  83. nntp_win_height=24              # number of text lines in news window (max 36)
  84. #=============================================================================
  85. #
  86. #       FTP Setup
  87. #
  88. #=============================================================================
  89. ftp_forecolor=black             # foreground & background color specs
  90. ftp_backcolor=white             # for FTP window (optional)
  91. #=============================================================================
  92. #
  93. #       Mail Client Setup
  94. #
  95. #=============================================================================
  96. #pop_host=                      # default host for POP3 mail server
  97. pop_forecolor=white             # mail window text color
  98. pop_backcolor=black             # mail window background color
  99. #=============================================================================
  100. #
  101. #       lpr client setup
  102. #
  103. #=============================================================================
  104. #lpr_hostname=                  # default host for 'lpr' client (optional)
  105. #lpr_qname=lp                   # default lpr queue (optional)
  106. #lpr_username=                  # username for lpr
  107.                                 # mandatory if you want to use lpr
  108. #=============================================================================
  109. #
  110. # End of Global Section
  111. #
  112. #=============================================================================
  113. #
  114. # Section Two: Default Configuration
  115. #
  116. # NOTE: this section is for use as a template ONLY!
  117. # It should not be used as an actual configuration
  118. #
  119. #=============================================================================
  120. name=default                    # Configuration name (required)
  121.                                 # Should be 8 characters max
  122. backsp=DEL                      # ASCII value transmitted by 'Backspace' key
  123.                                 # Possible values are 'DEL' and 'BS'
  124. wrap=on                         # auto-wrap, on or off (optional: default is 'on')
  125. bell=on                         # warning bell, on or off (optional: default is 'on')
  126. terminal=VT200                  # compatibility level, VT200, VT100, or VT52
  127.                                 # (optional; default is 'VT200')
  128. color=white                     # standard text color (optional: default is 'black')
  129.                                 # Possible values are black, blue, green,
  130.                                 # cyan, red, magenta, brown, white.
  131.                                 # You may also use RGB values notated as 'nnn,nnn,nnn',
  132.                                 # where each 'nnn' is a decimal number between 0 and 255.
  133. boldcolor=brown                 # high-intensity text color (optional)
  134.                                 # Options are same as for 'color'
  135. backcolor=blue                  # background color; default is 'white'
  136.                                 # Same choices as for 'color'
  137. charset=DEC                     # Character set: DEC, IBM, or ANSI
  138.                                 # If you need strict VT emulation, use DEC
  139. font_size=LARGE                 # Use 'large' or 'small' DEC font
  140. #answerback=                    # Answerback string; response to received ENQ
  141.                                 # (optional; no default)
  142. #win_height=                    # window height: normal or tall
  143. #win_pos=                       # position of window at startup time.
  144.                                 # syntax is 'x,y', where 'x' and 'y' are pixel offsets, in decimal
  145. #=============================================================================
  146. # These entries are for tuning the TCP connections to this host.
  147. #=============================================================================
  148. contime=40                      # timeout in seconds to try connection
  149. retrans=7                       # starting retransmit time out in ticks
  150.                                 # (1 tick = 1/18 sec)
  151. mtu=512                # maximum transmit unit in bytes
  152. maxseg=512            # largest segment we can receive
  153. rwin=512            # TCP window size, MAX=4096
  154. #
  155. # End of Section Two, 'Default' Configuration
  156. #
  157. #=============================================================================
  158. #
  159. # Beginning of 'User Configuration' Section
  160. # This is where your configurations will be defined
  161. #
  162. #=============================================================================
  163. name=                           # configuration name (mandatory)
  164. host=                           # host name (mandatory)
  165. host_ip=                        # IP address of this host.
  166.                                 # If you omit IP addresses, you must have
  167.                                 # a nameserver on your network, and you
  168.                                 # must create a configuration entry for
  169.                                 # that machine in this file. That configuration
  170.                                 # entry must include a 'nameserver=' statement.
  171. #gateway=1                      # gateway level, starting with 1 (optional)
  172.                                 # Include this statement only for machines
  173.                                 # which function as gateways on your network.
  174. #nameserver=1                   # nameserver level, starting with 1 (optional)
  175.                                 # Include this statement only for machines
  176.                                 # which function as nameservers on your network.
  177. color=green
  178. boldcolor=white
  179. backcolor=black
  180. same_as=default                 # copy all other values from 'default'
  181.